home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / SHARED.DIR / 00302_Script_GetBig next >
Text File  |  1995-03-07  |  197b  |  12 lines

  1. on GetBig
  2.   cursor 4
  3.   global WhichThumb,ZoomStatus
  4.   if ZoomStatus = 0 then
  5.     put "S" before WhichThumb 
  6.   else
  7.     put "L" before WhichThumb
  8.   end if
  9.   go WhichThumb
  10.   cursor -1
  11. end
  12.